var encoding/xml.marshalerAttrType
3 uses
encoding/xml (current package)
marshal.go#L402: marshalerAttrType = reflect.TypeOf((*MarshalerAttr)(nil)).Elem()
marshal.go#L558: if val.CanInterface() && val.Type().Implements(marshalerAttrType) {
marshal.go#L571: if pv.CanInterface() && pv.Type().Implements(marshalerAttrType) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)